Name | Description | |
---|---|---|
Peek | Returns the top item of the stack without returning it | |
Pop | Removes and returns the top item of the stack | |
Push | Inserts the item at the top of the stack. |
The following tables list the members exposed by INStack<T>.
Name | Description | |
---|---|---|
Peek | Returns the top item of the stack without returning it | |
Pop | Removes and returns the top item of the stack | |
Push | Inserts the item at the top of the stack. |